home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / MCISOUND.PAK / MCISOUND.H < prev    next >
Text File  |  1997-05-06  |  505b  |  17 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows - (C) Copyright 1991, 1993 by Borland International
  3. //----------------------------------------------------------------------------
  4.  
  5. #define ID_MENU   200     // Sound Play Menus
  6.  
  7. #define SM_OPEN      201     // Open menu
  8. #define SM_EXIT      202
  9.  
  10. #define SM_REWIND 301     // Control menu
  11. #define SM_PLAY   302
  12. #define SM_STOP   303
  13.  
  14. #define SM_ABOUT  401     // Help menu
  15.  
  16. #define IDA_SOUNDPLY 501
  17.